getInclude

open fun getInclude(index: Int): String
Extra files to include in generated `.pb.h`
repeated string include = 24;

Return

The include at the given index.

Parameters

index

The index of the element to return.